home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-12 | 2.1 KB | 95 lines | [TEXT/MPS ] |
- {
- File: CMComponent.p
-
- Contains: Stub for including new file names.
-
- Version: Technology: ColorSync 2.0
- Release: 2.0f3
-
- Copyright: © 1984-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT CMComponent;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __CMCOMPONENT__}
- {$SETC __CMCOMPONENT__ := 1}
-
- {$I+}
- {$SETC CMComponentIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {
- This file has been included to allow older source code
- to #include <CMComponent.h>. Please update your source
- code to directly #include <CMMComponent.h>
- and #include <CMPRComponent.h>
-
- }
- { #include the two ColorSync 2.0 files equivalent to the v. 1.0 file }
-
- {$IFC UNDEFINED __CMMCOMPONENT__}
- {$I CMMComponent.p}
- {$ENDC}
- { Types.p }
- { ConditionalMacros.p }
- { Quickdraw.p }
- { MixedMode.p }
- { QuickdrawText.p }
- { ScriptLayout.p }
- { Components.p }
- { CMApplication.p }
- { Files.p }
- { OSUtils.p }
- { Memory.p }
- { Finder.p }
- { Printing.p }
- { Errors.p }
- { Dialogs.p }
- { Windows.p }
- { Events.p }
- { Controls.p }
- { Collections.p }
- { Appearance.p }
- { TextObjects.p }
- { Unicode.p }
- { Menus.p }
- { AppleEvents.p }
- { EPPC.p }
- { AppleTalk.p }
- { PPCToolbox.p }
- { Processes.p }
- { Notification.p }
- { Kernel.p }
- { MachineExceptions.p }
- { Timing.p }
- { Drag.p }
- { TextEdit.p }
- { CMICCProfile.p }
-
- {$IFC UNDEFINED __CMPRCOMPONENT__}
- {$I CMPRComponent.p}
- {$ENDC}
-
- {$SETC UsingIncludes := CMComponentIncludes}
-
- {$ENDC} {__CMCOMPONENT__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-